From 9d0208c842d6baeb3f3c8dd0b0d7805f52edf5d0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 29 Feb 2020 17:14:10 +0000 Subject: [PATCH] d/rules: Sort build options --- debian/changelog | 1 + debian/rules | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 45fd862334..15dbeb5b43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ gtk+4.0 (3.98.0-1) UNRELEASED; urgency=medium * d/control.in: Update build-dependencies * d/rules: Update SONAME * d/rules: Adjust build options for rename of documentation to gtk_doc + * d/rules: Sort build options -- Simon McVittie Sat, 29 Feb 2020 14:18:02 +0000 diff --git a/debian/rules b/debian/rules index 5f154d5bd7..d4591d242c 100755 --- a/debian/rules +++ b/debian/rules @@ -100,12 +100,13 @@ configure_flags_common = \ configure_flags_deb = \ -Dbroadway-backend=true \ -Dgtk_doc=true \ - -Dx11-backend=true \ - -Dman-pages=true \ - -Dintrospection=true \ -Dinstall-tests=true \ + -Dintrospection=true \ + -Dman-pages=true \ + -Dmedia=none \ -Dprint-backends=all \ - -Dmedia=none + -Dx11-backend=true \ + ${NULL} ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES))) configure_flags_deb += -Dcolord=yes -- 2.30.2